home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Freeware
/
Comunicatii
/
htttrack
/
httrack-3.32-2.exe
/
{app}
/
src_win
/
WinHTTrack
/
TreeViewToolTip.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-11-19
|
1KB
|
51 lines
#if !defined(AFX_TREEVIEWTOOLTIP_H__C5F45954_56A7_49B9_84B2_9C8BEBC46D08__INCLUDED_)
#define AFX_TREEVIEWTOOLTIP_H__C5F45954_56A7_49B9_84B2_9C8BEBC46D08__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TreeViewToolTip.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTreeViewToolTip window
class CTreeViewToolTip : public CToolTipCtrl
{
// Construction
public:
CTreeViewToolTip();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTreeViewToolTip)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CTreeViewToolTip();
// Generated message map functions
protected:
char* GetTip(int id);
//{{AFX_MSG(CTreeViewToolTip)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TREEVIEWTOOLTIP_H__C5F45954_56A7_49B9_84B2_9C8BEBC46D08__INCLUDED_)